home *** CD-ROM | disk | FTP | other *** search
- object FormAVI: TFormAVI
- Left = 191
- Top = 107
- BorderStyle = bsDialog
- Caption = 'AVI'
- ClientHeight = 333
- ClientWidth = 426
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 322
- Height = 242
- end
- object PaintBox: TDXPaintBox
- Left = 9
- Top = 9
- Width = 320
- Height = 240
- AutoStretch = False
- Center = False
- KeepAspect = False
- Stretch = True
- ViewWidth = 0
- ViewHeight = 0
- end
- object LabelSt: TLabel
- Left = 12
- Top = 264
- Width = 27
- Height = 12
- Caption = '&Start:'
- end
- object LabelEd: TLabel
- Left = 12
- Top = 300
- Width = 21
- Height = 12
- Caption = '&End:'
- end
- object Button1: TButton
- Left = 340
- Top = 12
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object Button2: TButton
- Left = 340
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object TrackSt: TTrackBar
- Left = 80
- Top = 260
- Width = 185
- Height = 21
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 12
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackStChange
- OnEnter = TrackStEnter
- end
- object TrackEd: TTrackBar
- Left = 80
- Top = 296
- Width = 185
- Height = 21
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 2
- ThumbLength = 12
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackEdChange
- OnEnter = TrackEdEnter
- end
- object SpinSt: TSpinEdit
- Left = 268
- Top = 260
- Width = 61
- Height = 21
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SpinStChange
- OnEnter = TrackStEnter
- end
- object SpinEd: TSpinEdit
- Left = 268
- Top = 296
- Width = 61
- Height = 21
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = SpinEdChange
- OnEnter = TrackEdEnter
- end
- object Timer: TTimer
- Tag = -1
- Interval = 500
- OnTimer = TimerTimer
- Left = 368
- Top = 148
- end
- end
-